home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / ispell40.lha / ispell-4.0 / ChangeLog < prev    next >
Text File  |  1993-05-31  |  3KB  |  96 lines

  1. Mon May 31 05:28:25 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2.  
  3.         * term.c: Remove prototypes for system library routines.
  4.  
  5.         * ispell.c (cmd) [!__STDC__]: Don't prototype args in
  6.         decl of pointer `func'.
  7.         Use `NOARGS' in prototypes for functions with no arguments instead
  8.         of explicit `void'.
  9.  
  10.         * look.c [!__STDC__]: Prototype dogrep.
  11.  
  12.         * access.c [!__STDC__]: Prototype set_bitvec. 
  13.  
  14.         * ispell.h: Remove prototypes for system library routines.
  15.         [! __STDC__]: Remove args in prototype for `move', add semicolon
  16.         after prototype for `downcase'.
  17.  
  18.         * ispell.el (batch-make-ispell): Don't format ispell.texinfo.
  19.  
  20.         * expand.c, freq.c (near_miss_letters, nnear_miss_letters,
  21.         near_map): Added.  These used to be in a header file, but for some
  22.         reason bson moved these declarations out of it.
  23.  
  24.         * ispell.h: prototype xmalloc and xcalloc, not malloc and calloc.
  25.  
  26.         * configure.in: Do AC_ALLOCA.
  27.         Makefile.in (ALLOCA): Link it with everything that uses getopt.
  28.         alloca.c: New file (from /gd/gnu/lib).
  29.  
  30.         * ispell.h: Declare function `intr' as RETSIGTYPE.
  31.  
  32. Fri Apr 16 17:31:18 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  33.  
  34.         * Makefile.in (DISTFILES): Generate dynamically when building
  35.           distrbutions. 
  36.  
  37.         * look.c (main): If at start of dictionary, don't skip to next
  38.           newline, otherwise first word will never be matched. 
  39.  
  40.         * ispell.texi: Fix capitalization in Old/New interface nodes (ugh,
  41.           case sensitivity in info node names!). 
  42.  
  43. Fri Apr 16 15:16:55 1993  Jan Brittenson  (bson@kropotkin.gnu.ai.mit.edu)
  44.  
  45.     * ispell.h: move all variable declarations to ispell.c.
  46.  
  47.     * util.c (xcalloc): new function.
  48.  
  49.     * *.c: change all calls to calloc() into xcalloc().
  50.  
  51. Thu Apr 15 16:58:48 1993  Jan Brittenson  (bson@kropotkin.gnu.ai.mit.edu)
  52.  
  53.     * ispell.c: make use of version[] from version.c
  54.  
  55.     * ispell.h: declare VERSION_STRING to be version[].
  56.  
  57.     * *.c: change all calls to malloc() into xmalloc().
  58.  
  59.     * util.c: new file. New function xmalloc().
  60.  
  61.     * build.c, ispell.c: include getopt.h. 
  62.  
  63.     * *.[ch]: ANSIfy all prototypes, change    condition from FPROTO to
  64.     __STDC__. Change () to (void) where appropriate. Declare
  65.     undeclared arguments to int. Declare undeclared functions to
  66.     appropriate type. Changes too numerous to list here.
  67.  
  68.     * configure.in: check for -ltermlib first of all.
  69.  
  70. Thu Jan 21 19:32:17 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  71.  
  72.         * configure.in: removed source for ACL_HAVE_LIBRARY macro and
  73.           changed all references to AC_HAVE_LIBRARY (standard as of
  74.           autoconf 1.3). 
  75.  
  76. Tue Dec 29 04:40:10 1992  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  77.  
  78.         * Makefile.in: Make various targets work more robustly by adding
  79.           appropriate references to $(srcdir).
  80.  
  81.         * Makefile.in (freq): Depend directly on freq.o, not freq.c.
  82.           (expand): Depend directly on expand.o, not expand.c. 
  83.  
  84.         * configure.in: Added ACL_HAVE_LIBRARY macro & use it to test for
  85.           -ltermcap or -lcurses.
  86.  
  87. Tue Sep 29 02:42:42 1992  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  88.  
  89.         * getopt.c, getopt1.c, getopt.h: Added to distribution.
  90.  
  91.         * version.c, configure.in, Makefile.in: New files.
  92.  
  93. Tue Sep 22 10:28:01 1992  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  94.  
  95.         * Ran all source files through indent -gnu.
  96.